SftTree/NET 2.0

AutoScrollInterval Property, SftTree Class

Softel vdm, Inc.

Defines the interval for horizontal and vertical scrolling.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property AutoScrollInterval As Integer

C#   

public int AutoScrollInterval { get; set; }

C++   

public: property int AutoScrollInterval {
        int get();
        void set(int value);
}

Property Value

The auto scroll interval in milliseconds. The minimum value is 50.

The default value is 100.

Comments

The AutoScrollInterval property defines the interval for horizontal and vertical scrolling.

While resizing or reordering columns and during drag & drop operations, the contents of the item area may need to be scrolled. The AutoScrollStartInterval determines the delay after which scrolling starts once the cursor is within the area that causes horizontal or vertical scrolling.

The Dimensions.AutoVScrollMargin and Dimensions.AutoHScrollMargin properties determine the area where scrolling is initiated.

Once scrolling has started and the cursor remains within the area, the AutoScrollInterval property determines the interval of subsequent item scrolling.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com